Whitespace fixes.
authorrobertlipe <robertlipe@gmail.com>
Mon, 25 Jul 2011 02:43:24 +0000 (02:43 +0000)
committerrobertlipe <robertlipe@gmail.com>
Mon, 25 Jul 2011 02:43:24 +0000 (02:43 +0000)
gpsbabel/an1.c
gpsbabel/cetus.c
gpsbabel/geo.c
gpsbabel/itracku.c
gpsbabel/kml.c

index 583c8a2c764660ded22e4a39bd44542c8ef34a06..0e6a89714849d52834fd9f80600a12c4cf6cecc2 100644 (file)
@@ -1239,9 +1239,9 @@ my_write(void)
 ff_vecs_t an1_vecs = {
   ff_type_file,
   {
-    (ff_cap) (ff_cap_read | ff_cap_write)      /* waypoints */,
+    (ff_cap)(ff_cap_read | ff_cap_write)       /* waypoints */,
     ff_cap_write                       /* tracks */,
-    (ff_cap) (ff_cap_read | ff_cap_write)      /* routes */,
+    (ff_cap)(ff_cap_read | ff_cap_write)       /* routes */,
   },
   rd_init,
   wr_init,
index bbbf9a56a5883080d95eefd4bbf096d7b15b9377..9ed243f46be8fc4995c699ac365f4326509aa86e 100644 (file)
@@ -652,7 +652,7 @@ data_write(void)
 
 ff_vecs_t cetus_vecs = {
   ff_type_file,
-  { (ff_cap) (ff_cap_write | ff_cap_read), ff_cap_read, ff_cap_none },
+  { (ff_cap)(ff_cap_write | ff_cap_read), ff_cap_read, ff_cap_none },
   rd_init,
   wr_init,
   rd_deinit,
index 28597b551aef36eac2bf83d3a1d87a841d3f53f9..5b118eca723910fdc0369c4b0f46b344736bfde6 100644 (file)
@@ -67,7 +67,7 @@ xg_tag_mapping loc_map[] = {
   { wpt_diff,  cb_cdata,       "/loc/waypoint/difficulty" },
   { wpt_terr,  cb_cdata,       "/loc/waypoint/terrain" },
   { wpt_container,cb_cdata,    "/loc/waypoint/container" },
-  { NULL,      (xg_cb_type)0,          NULL }
+  { NULL,      (xg_cb_type)0,          NULL }
 };
 
 void wpt_s(const char *args, const char **unused)
@@ -308,7 +308,7 @@ geo_write(void)
 
 ff_vecs_t geo_vecs = {
   ff_type_file,
-  { (ff_cap) (ff_cap_read | ff_cap_write), ff_cap_none, ff_cap_none },
+  { (ff_cap)(ff_cap_read | ff_cap_write), ff_cap_none, ff_cap_none },
   geo_rd_init,
   geo_wr_init,
   geo_rd_deinit,
index 8c0134f0122be9239f1be47990c474f2b1776718..c02a0f8b87e79347a13521480f0df0983b7f48c0 100644 (file)
@@ -788,8 +788,8 @@ ff_vecs_t itracku_vecs = {
 ff_vecs_t itracku_fvecs = {
   ff_type_file,
   {
-    (ff_cap) (ff_cap_read | ff_cap_write) /* waypoints */,
-    (ff_cap) (ff_cap_read | ff_cap_write) /* tracks */,
+    (ff_cap)(ff_cap_read | ff_cap_write) /* waypoints */,
+    (ff_cap)(ff_cap_read | ff_cap_write) /* tracks */,
     ff_cap_none /* routes */
   },
   itracku_rd_init,
index c6d6329aa84bae8b5bcb9bfaa04cf0ab4f924571..0536581fff0f63bc12bd49826b8c060b42700f79 100644 (file)
@@ -214,7 +214,7 @@ xg_tag_mapping kml_map[] = {
   { trk_coord,         cb_cdata,       "/Placemark/GeometryCollection/LineString/coordinates" },
   { trk_coord,         cb_cdata,       "/Placemark/Polygon/outerBoundaryIs/LinearRing/coordinates" },
   { trk_coord,         cb_cdata,       "/Placemark/LineString/coordinates" },
-  { NULL,      (xg_cb_type) 0,                 NULL }
+  { NULL,      (xg_cb_type) 0,                 NULL }
 };
 
 static